func github.com/andybalholm/brotli.symbolListPut

4 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L492: 		symbolListPut(symbol_lists, next_symbol[code_len], uint16(*symbol))
		decode.go#L544: 			symbolListPut(symbol_lists, next, uint16(*symbol))
		decode.go#L803: 					symbolListPut(s.symbol_lists, s.next_symbol[i], 0xFFFF)
		symbol_list.go#L20: func symbolListPut(sl symbolList, i int, val uint16) {